home *** CD-ROM | disk | FTP | other *** search
-
- /*
-
- Default style sheet for Batch Wizard v6.00+ reports
- Copyright (C) 2002 by AI Internet Solutions
-
- If you modify this file, be sure to save a backup because this file may be overwritten if HTML Validator is reinstalled.
-
- 2002-09-24 - removed "background-color: inherit;" properties due to a problem with Netscape 4.x.
- 2002-10-16 - added class "warninglinkstatus" for CSE v5.5110+
- 2002-12-22 - added a.target
-
- */
-
-
- body { background-color: white; font-family: arial, helvetica, sans-serif; font-size: small; color: black; }
- p { color: black; }
- a:hover { color: red; }
- li { color: black; }
-
- h1 { font-weight: bold; font-size: x-large; }
- h1.title { font-weight: bold; font-size: x-large; color: #202070; }
- h2 { font-size: large; }
- h3 { font-size: medium; }
- h3.target, a.target { color: #202070; text-decoration: none; }
-
- th { background-color: #6666ff; color: white; font-size: small; font-weight: bold; text-align: left; }
- td { background-color: #ffffbb; color: black; font-size: small; }
-
- table.validatormsgs { width: 100%; }
- table.linkcheck { margin-top: 10px; width: 100%; }
-
- .msgdescription { color: black; }
- .htmlsource { font-family: "courier new", monospace; color: blue; }
- .htmlsourcehighlight { color: red; font-weight: bold; }
-
- .errormsgtype { color: red; font-weight: bold; }
- .badlinkstatus { color: red; font-weight: bold; }
- .warninglinkstatus { color: red; font-weight: bold; }
- .warningmsgtype { font-weight: bold; }
-
- .footer { font-family: tahoma, verdana, sans-serif; font-size: small; }
-